home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / emulation / fmsx_2.2 / mountlist / fmsx0 next >
Text File  |  1999-06-14  |  413b  |  21 lines

  1. /*    entry for MSX-like hardfile, unit 0 (MSX drive A:)
  2.  
  3.     This mountlist was contributed by Andrew G. Robson
  4.     (a.g.robson@northumbria.ac.uk).
  5. */
  6.  
  7.     Device = fmsdisk.device
  8.     Unit   = 0
  9.     Flags  = 1
  10.     Surfaces  = 2
  11.     BlocksPerTrack = 9
  12.     LowCyl = 0
  13.     HighCyl = 79
  14.     FileSystem = L:CrossDOSFileSystem
  15.     Stacksize = 8192
  16.     Priority = 5
  17.     GlobVec = -1
  18.     DosType = 0x4D534400
  19.     BufMemType = 0
  20.  
  21.